home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / os2 / te2_130t.arj / TE2INST.001 / Modems / MT696E.INC < prev    next >
Text File  |  1994-03-28  |  1KB  |  48 lines

  1. ; Multi-Tech MultiModem 696E
  2. ;
  3. ; DIP SWITCH SETTINGS: Set the following switches before running TE/2.
  4. ;
  5. ;        4 Switch Bank 1 2 3 4
  6. ;                      D U D D
  7. ;        8 Switch Bank 1 2 3 4 5 6 7 8
  8. ;                      U U D U D U U D
  9. ;
  10. ; This jumpers INSIDE the modem also needs to be changed:
  11. ;        CTS/RTS: toward the back of the modem.
  12. ;
  13. ; ONE TIME MODEM SETUP:  The first time you run TE/2, upon entering the
  14. ; program, type the following lines and press ENTER after each.  Then
  15. ; exit and restart TE/2.
  16. ;
  17. ;       AT$A1&B0&BS0&C1$D0&D2$EP1$F1
  18. ;       AT&G0&M0$MI0&M0$R1&R1&S1
  19. ;       ATB1E1M1Q0V1X4&Q0
  20. ;       AT&E1&E4&E8&E10&E13&E15
  21. ;       AT$MB9600$SB19200$BA0&W0
  22. ;
  23. ; NOTES: Set ALL dialing directory entries to 19200 baud
  24. ;        Data compression is enabled via AT&E15
  25.  
  26. Baud          19200
  27. Parity        N
  28. WordLen       8
  29. StopBits      1
  30.  
  31. XonXoff       BOTH
  32. CtsRts        BOTH
  33. MatchBaud     FALSE
  34.  
  35. ModemInitStrg ATZ^M
  36. ModemDialStrg ATDT
  37. ModemDialSufx ^M
  38. ModemHangStrg ;
  39. DTRHangup     TRUE
  40.  
  41. Connect       CONNECT,19200
  42.  
  43. NoConnect     NO_DIAL_TONE
  44. NoConnect     NO_CARRIER
  45. NoConnect     BUSY
  46. NoConnect     VOICE
  47.  
  48.